bitkeeper revision 1.26 (3e4938c9hNFygt8GXCkq3B5mRmOxrQ)
authorrn@wyvis.camb.intel-research.net <rn@wyvis.camb.intel-research.net>
Tue, 11 Feb 2003 17:54:17 +0000 (17:54 +0000)
committerrn@wyvis.camb.intel-research.net <rn@wyvis.camb.intel-research.net>
Tue, 11 Feb 2003 17:54:17 +0000 (17:54 +0000)
minor fixed due to messed up merge

xen-2.4.16/common/domain.c
xen-2.4.16/include/xeno/ac_timer.h
xenolinux-2.4.16-sparse/arch/xeno/kernel/time.c

index 046b2f587869ae7204ed329a85756eb54d199cf4..06304e3718da6d5cf0941a7005c72f1a7ff7b5da 100644 (file)
@@ -224,7 +224,6 @@ int final_setup_guestos(struct task_struct * p, dom_meminfo_t * meminfo)
     l1_pgentry_t * l1tab;
     start_info_t * virt_startinfo_addr;
     unsigned long virt_stack_addr;
-    unsigned long long time;
     unsigned long phys_l2tab;
     net_ring_t *net_ring;
     net_vif_t *net_vif;
@@ -357,9 +356,7 @@ int setup_guestos(struct task_struct *p, dom0_newdomain_t *params)
     unsigned long phys_l1tab, phys_l2tab;
     unsigned long cur_address, alloc_address;
     unsigned long virt_load_address, virt_stack_address, virt_shinfo_address;
-    unsigned long virt_ftable_start, virt_ftable_end, ft_mapping;
     start_info_t  *virt_startinfo_address;
-    unsigned long long time;
     unsigned long count;
     unsigned long alloc_index;
     l2_pgentry_t *l2tab, *l2start;
index f78082cb6b92b699f92c6fcc93a15d600bec3631..7cf568d2fccda1d8fc1e7b21ae7a37dd622d2531 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef _AC_TIMER_H_
 #define _AC_TIMER_H_
 
-#include <time.h> /* include notion of time */
+#include <xeno/time.h> /* include notion of time */
 
 /*
  * The Xen Hypervisor provides two types of timers:
index 9f53010b73a0cad6545990aad9770d8c5468f8e1..7ba39d22cac18279d0ac10de9e016830d26ce00a 100644 (file)
@@ -337,7 +337,6 @@ void __init time_init(void)
 
        do_gettimeofday(&xtime);
        last_irq = (((long long)xtime.tv_sec) * 1000000) + xtime.tv_usec;
-       printk("last: %lld\n", last_irq);
 
     setup_irq(TIMER_IRQ, &irq_timer);